You are here: About the advanced features > VBScript examples > Understanding table data replication

Understanding table data replication

The BlueCieloECM.GcfSupport class includes the UpdateTable function, which supports updating Meridian Enterprise tables as a part of the replication process. The function supports two scenarios:

In this scenario, rows are never deleted from the table; rows are only added or updated.

In this scenario, locally owned rows can be added, updated, and deleted. These changes are then replicated to the other collaborating vaults.

To support this scenario, it is necessary for a column to exist in the table that indicates which vault owns each row. This column should contain one of the share names configured on the GCF Configuration page.

For an example of using both scenarios, see UpdateTable example.

Related concepts

Centralizing sequence number generation

Related tasks

Transferring ownership upon release

Calculating import notification messages

UpdateTable example

Executing remote script functions

Calculating document names

Requesting a document name

Handling hub vault unavailability

Enlisting all sites for new documents

Customizing site delistment